projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef9009
)
calendar: Remove an unused enum
author
Timm Bäder
<mail@baedert.org>
Wed, 5 Feb 2020 08:24:31 +0000
(09:24 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 7 Feb 2020 18:16:32 +0000
(13:16 -0500)
gtk/gtkcalendar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcalendar.c
b/gtk/gtkcalendar.c
index 635d60aeeda5c2e7c2573ba2f65c3177239c6c07..57631f770fd375a5333d1b1bfcb615d7b5fb0069 100644
(file)
--- a/
gtk/gtkcalendar.c
+++ b/
gtk/gtkcalendar.c
@@
-142,13
+142,6
@@
week_of_year (guint year, guint mm, guint dd)
return week;
}
-enum {
- ARROW_YEAR_LEFT,
- ARROW_YEAR_RIGHT,
- ARROW_MONTH_LEFT,
- ARROW_MONTH_RIGHT
-};
-
enum {
MONTH_PREV,
MONTH_CURRENT,